home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Utilities / Miscellaneous / ALM Share 3.0 / KeyQuencer 1.2.2a / Goodies and links / Frontier link / DocServer Source Text next >
Encoding:
Text File  |  1996-07-03  |  559 b   |  12 lines  |  [TEXT/DOCS]

  1.  
  2. Verb    KeyQuencer.doScript
  3. Syntax    KeyQuencer.doScript (script) 
  4. Parameters    script is any text that could be typed in the control panel macro editor
  5. Action    Runs the given string as a script
  6. Returns    True
  7. Examples    KeyQuencer.doScript (“Menu "Edit" "Select All"”)
  8.     » true
  9. Notes    • This verb requires KQ Apple Events to be in the extensions folder.
  10. • Curly quotes may be used as in any Frontier string to allow straight quotes to be embedded.
  11. • This verb returns as soon as the script is sent to KQ AppleEvents. It doesn’t wait for the requested action to complete.
  12.